.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.dingwei{
	position: relative;
}
.top-bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 40px 0;
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.top-num{
	margin-right: 20px;
}
.top-tel{
	font-size: 24px;
	color: #ed692b;
	font-family: "times new roman";
	font-weight: bold;
	text-align: right;
}
.top-tel img{
	vertical-align: middle;
	margin-right: 10px;
}


.nav-bg{
	width: 640px;
	margin-top: 10px;
}
/*.mobile_nav>ul{
	display: inline-block;text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}*/
.mobile_nav>ul>li{
	float: left;
	margin-left: 18px;
	/*text-align: center;
	line-height: 60px;
	flex-grow: 1;*/
	position: relative;
}
.mobile_nav>ul>li>a{
	display: block;
	outline: none;
  /*cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  background: -webkit-linear-gradient(left, #f9bf04, #f9bf04) no-repeat;
  background: linear-gradient(to right, #f9bf04, #f9bf04) no-repeat;
  background-size: 100% 0%;*/
}
.mobile_nav>ul>li>a>span{
	color: #fff;
	font-size: 15px;	
	 outline: none;
 position: relative;
  text-decoration: none;
  transition: color .3s ease;
  display: block;
  /*border-bottom: solid 3px #fff;*/
}
/*.mobile_nav>ul>li>a>span::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 96%;
  height: 4px;
  background: #fdb815;
  -webkit-transform: scaleX(var(--scale));
          transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
          transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}
.mobile_nav>ul>li>a>span:hover::after {
  --scale: 1;
}
.mobile_nav>ul>li>a#menu_selected>span::after {
  --scale: 1;
}*/




/*.mobile_nav>ul>li:hover a{
	background-size: 100% 100%;
}
.mobile_nav>ul>li>#menu_selected{
	background-size: 100% 100%;
}*/
.mobile_nav>ul>li:hover>a>span{
	color: #fff;
	font-weight: bold;
}
.mobile_nav>ul>li>#menu_selected>span{
	color: #fff;
	font-weight: bold;
}









.menulevel{
	display: none;
}
.nav-bg>.mobile_nav>ul>li:hover>.menulevel{
	display: block;
	position: absolute;
	top: 20px;
	width: 120%;
	margin-left: -10%;
	z-index: 999;
	padding-top: 10px;
	text-align: center;
}
.menulevel>li{
	line-height: 40px;
	background: rgba(255,255,255,.8);
	margin-bottom: 2px;
}
.menulevel>li:hover{
	background: rgba(237,105,43,.8);
}
.menulevel>li>a>span{
	font-size: 14px;
	color: #222;
}
.menulevel>li:hover>a>span{
	color: #fff;
}



#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*foot部分*/
.footer-bg{
	background: #222222;
}
.footer-nav{
	border-bottom: solid 1px #393939;
	line-height: 60px;
}
.footer-nav ul{
	display: inline-block;text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.footer-nav ul li{
	float: left;
	flex-grow: 1;
}
.footer-nav ul li a{
	font-size: 15px;
	color: #fff;
}
.footer-nav ul.menulevel{
	display: none;
}
.footer-bottom{
	padding: 40px 0;
}
.footer-list{
	margin-left: 30px;
}
.footer-list ul li{
	font-size: 15px;
	color: #fff;
	line-height: 36px;
}
.footer-logo{
	margin-top: 30px;
}

.bottom-bg{
	text-align: center;
	background: #00409a;
	padding:10px 0;
}
.bottom-bg p a{
	color: #fff;
}
.wzbb{
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	display: inline-block;
}
.wzbb a{
	color: #fff;
}
.foot-content{
	color: #fff;
	margin: 0 30px;
}
.foot-content a{
	color: #fff;
}
/*内页部分*/
.ny-bg{
	padding: 70px 0;
}
.ny-cpbg{
	background: url(../images/cp-bg.jpg) repeat-y center top;
}
.ny-top{
	border-bottom: solid 1px #f0f0f0;
	padding-bottom: 20px;
}
.ny-tit{
	font-size: 36px;
	color: #00409a;
	font-weight: bold;
}


.ny-bottom{
	margin-top: 50px;
}
.ny-location{
	font-size: 15px;
	color: #2b2b2b;
	line-height: 50px;
}
.ny-location a{
	color: #2b2b2b;
	font-size: 15px;
}
.ny-location img{
	vertical-align: middle;
	margin-right: 10px;
}
.ny-neirong{
	margin-top: 40px;
	box-shadow: 0px 5px 20px #f0f0f0;
	padding: 50px;
}
.mt40{
	margin-top: 40px;
}

.ny-neirong1{
	margin-top: 40px;
}

.ny-img img{
	width: 100%;
}










.ny-zzjsnr{
	margin-bottom: 40px;
}
.ny-zzjsnr p{
	font-size: 18px;
	color: #2b2b2b;
	margin-bottom: 20px;
}
.ny-zzlist ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 40px;
}
.ny-zzlist ul li img{
	vertical-align: middle;
	margin-right: 10px;
}



.nylx-box ul li{
	background: #f6f6f6;
	line-height: 60px;
	text-align: center;
	margin: 0 0px 2px;
	font-size: 15px;
	color: #222;
}
.nylx-box ul li:hover{
	background: #00409a;
	color: #fff;
}
.nylx-box ul li.nylx-mc{
	font-size: 24px;
	font-weight: bold;
	/*width: 360px;*/
}
.nylx-box{
	margin-bottom: 40px;
}







#spec-n1{
	height: 380px;
	overflow: hidden;
}
#spec-n1 img{
	width: 100%;
	/*width: auto;
	height: 100%;*/
}
.nygcal-js{
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}
.ny-xqbut{
	background: #00409a;
	border: none;
	font-size: 16px;
	color: #fff;
	/*width: 160px;*/
	text-align: center;
}

.ny-xwtp{
	height: 180px;
	text-align: center;
	overflow: hidden;
}
.ny-xwtp img{
	height: 100%;
	width: auto;
}
.ny-xwgd a{
	font-size: 14px;
	color: #00409a;
}
.ny-xwgd{
	margin-top: 20px;
}
.ny-bgzx{
	background: url(../images/xw-bg.jpg) no-repeat center bottom;
	padding: 100px;
}



/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/







/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}



.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}



/*首页部分*/
.rxcp-bg{
	margin: 70px 0;
}
.rxcp-tit{
	font-size: 36px;
	color: #222222;
	font-weight: bold;
}
.rxcp-tit:after{
	content: "";
	display: block;
	margin-left: 10px;
	width: 140px;
	height: 5px;
	background: #00409a;
	margin-top: -10px;
}
.rxcp-more{
	width: 180px;
	line-height: 50px;
	background: #00409a;
	text-align: center;
}
.rxcp-more a{
	font-size: 15px;
	color: #fff;
}
.rxcp-box{
	margin-top: 40px;
	background: url(../images/rxcp-bg.jpg) no-repeat center top;
	padding: 50px 60px 94px;
}
.rxcp-bt{
	width: 630px;
	font-size:15px;
	color: rgba(255,255,255,.8);
	margin-bottom: 20px;
	line-height: 30px;
}
.rxcp-bt p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.rxcp-list ul li{
	background: url(../images/rxcp-icon.png) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}

.cp-bg{
	padding: 70px 0;
	background: url(../images/cp-bg.jpg) no-repeat center top;
}
.cp-bottom{
	margin-top: 40px;
}
.cplist-tupian{
	height: 210px;
	overflow: hidden;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	/*position: relative;*/
}
.cplist-tupian img{
	/*min-height: 100%;*/
	width: 100%;
	/*height: 100%;
	margin: 0 -100%;*/
}
.cplist-mc{
	text-align: center;
	margin-bottom: 10px;
}
.cplist-mc a{
	font-size: 20px;
	color: #222;
	font-weight: bold;
}
#ScrollBox li:hover .cplist-mc a{
	color: #00409a;
}

.about-bg{
	background: url(../images/about-bg.jpg) no-repeat center top;
	padding: 70px 0 113px;
}
.gsjj-text{
	margin-top: 80px;
}
.gsjj-text p{
	font-size: 15px;
	color: #646464;
	line-height: 36px;
}
.about-nav{
	margin-top: 70px;
	text-align: center;
}
.about-nav ul{
	display: inline-block;
}
.about-nav ul li{
	float: left;
	width: 190px;
	line-height: 50px;
	background: #00409a;
	text-align: center;
	margin: 0 10px;
}
.about-nav ul li:hover{
	background: #ed692b;
}
.about-nav ul li a{
	font-size: 18px;
	color: #fff;
}
.cfcm-box{
	margin-top: 40px;
}
.cfcm-box ul li{
	width: 390px;
	float: left;
	text-align: center;
	margin: 0 5px;
}
.cf-tupian{
	height: 290px;
}
.cf-tupian img{
	height: 100%;
}
.cf-mc{
	font-size: 16px;
	color: #222;
	margin-top: 20px;
}
.cfcm-box ul li:hover .cf-mc{
	color: #00409a;
}

.dy-bg{
	background: url(../images/dy-bg.jpg) no-repeat center top;
	padding: 58px 0;
}
.dy-tit{
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
}
.dy-tit p{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dy-more{
	width: 250px;
	line-height: 50px;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	margin-top: 40px;
}
.dy-more a{
	font-size: 15px;
	color: #222;
}
.dy-img ul li{
	float: left;
	margin-left: 50px;
	text-align: center;
}
.dy-img ul li p{
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
}

.xw-bg{
	margin: 70px 0;
}
.xw-lxq{
	margin-top: 40px;
}
.xw-lxq ul li{
	float: left;
	width: 338px;
	border: solid 1px #f3f3f3;
	padding: 30px;
}
.xw-lxq ul li:hover{
	background: #00409a;
}
.xw-time{
	font-size: 15px;
	color: #8d8d8d;
}
.xw-lxq ul li:hover .xw-time{
	color: #fff;
}
.xw-time p{
	font-size: 30px;
	color: #222;
	font-weight: bold;
}
.xw-lxq ul li:hover .xw-time p{
	color: #fff;
}
.xw-rtbt{
	margin: 20px 0 10px;
}
.xw-rtbt a{
	font-size: 18px;
	color: #222;
	font-weight: bold;
}
.xw-lxq ul li:hover .xw-rtbt a{
	color: #fff;
}
.xw-rtnr a{
	font-size: 15px;
	color: #646464;
	line-height: 30px;
}
.xw-lxq ul li:hover .xw-rtnr a{
	color: #fff;
}
.xw-rthmnore a{
	font-size: 15px;
	color: #222;
}
.xw-rthmnore{
	margin-top: 20px;
}
.xw-lxq ul li:hover .xw-rthmnore a{
	color: #fff;
}
.xw-con{
	background: #f3f3f3;
	padding: 40px;
	margin-top: 40px;
}
.xw-con ul li{
	border-bottom: solid 1px #e5e5e5;
	background: url(../images/xw-icon.jpg) no-repeat left center;
	padding-left: 30px;
	width: 490px;
	float: left;
	margin: 0 20px;
	line-height: 70px;
}
.xw-con ul li:hover{
	background: url(../images/xw-icona.jpg) no-repeat left center;
}
.xw-con ul li a{
	font-size: 16px;
	color: #222222;
}
.xw-con ul li:hover a{
	color: #ed692b;
}
.xw-con ul li span{
	font-size: 15px;
	color: #868686;
	float: right;
}





.yqlj{
	padding: 0px 0 40px;
}
.yqlj-con{
	font-size: 15px;
	color: #00409a;	
	font-weight: bold;
}
.yqlj-con:before{
	content: "";
	display: block;
	float: left;
	width: 4px;
	height: 17px;
	background: #00409a;
	margin-right: 20px;
	margin-top: 4px;
}
.yqlj-con a{
	font-size: 15px;
	color: #2b2b2b;
	font-weight: normal;
}

/*图片列表*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 5px 10px;width: 390px;}

.photos-demo span p{color: #2a2a2a; font-size: 16px;line-height: 50px;}
.photos-demo span:hover p{
	color: #00409a;
}
.tpmk-img{
	height: 360px;
	overflow: hidden;
}
.cf-img{
	height: 290px;
	overflow: hidden;
}
.yhfk-img{
	height: 240px;
	overflow: hidden;
}
.photos-demo span img{
	/*width: 100%;*/
	height: 100%;
	/*max-width: 100%;*/
	cursor: pointer;
				transition: all 0.6s;
				margin: 0-100%;
}
.photos-demo span img:hover{
	transform: scale(1.1);
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #00409a; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}




.nygc-demo span{ display: inline-block; text-align: center; margin: 0 5px ;width: 390px;}
.nygc-demo span p{color: #2a2a2a; font-size: 16px;line-height: 50px;font-weight: bold;}
.nygc-img{
	height: 210px;
	overflow: hidden;
	border: solid 10px #f6f6f6;
}
.nygc-demo span:hover .nygc-img{
	border: solid 10px #00409a;
}
.nygc-img img{
	/*height: 100%;*/
	width: 100%;
	min-height: 100%;
}
.nygc-demo span:hover p{
	color: #00409a;
}
